home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Softshoe / Lisa's Mac Parts / TextEdit / TextEditUser.h < prev    next >
Text File  |  2000-06-23  |  129b  |  13 lines

  1. // TextEditUser.h
  2.  
  3. #ifndef TextEditUser_h
  4. #define TextEditUser_h
  5.  
  6. class TextEditUser
  7.   {
  8.     public:
  9.         TextEditUser();
  10.   };
  11.  
  12. #endif
  13.